home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-04d.zip / 04d / CHIP / Porady / Skuteczne wymazywanie danych / Eraser 5.82 / eraser582setup.exe / {app} / Boot / readme.txt < prev    next >
Text File  |  2003-07-15  |  4KB  |  121 lines

  1. Darik's Boot and Nuke
  2. ---------------------
  3.  
  4. Darik's Boot and Nuke ("DBAN") is a self-contained boot floppy that securely
  5. wipes the hard disks of most computers. DBAN will automatically and completely
  6. delete the contents of any hard disk that it can detect, which makes it an
  7. appropriate utility for bulk or emergency data destruction.
  8.  
  9.  
  10. Microsoft Windows Installation
  11. ------------------------------
  12.  
  13. Double-click the 'install.bat' file.
  14.  
  15. or
  16.  
  17. Get the ISO file from the DBAN homepage and burn it to a CDR or CDRW disc.
  18.  
  19. or 
  20.  
  21. Get WinImage from http://www.winimage.com/ and use it to write the IMG file.
  22.  
  23.  
  24. Unix Installation
  25. -----------------
  26.  
  27. # dd if=dban-*.img of=/dev/floppy
  28.  
  29. If /dev/floppy does not exist on your computer, then try /dev/fd0 or
  30. /dev/floppy/0 instead.
  31.  
  32.  
  33. Automatic Wiping
  34. ----------------
  35.  
  36. Enter "autonuke" at the boot prompt to automatically wipe all devices in the
  37. computer without confirmation. Note that you may change the default behavior of
  38. DBAN by editing the 'syslinux.cfg' file that is on the floppy disk.
  39.  
  40.  
  41. Free Updates
  42. ------------
  43.  
  44. If you wish to be automatically notified of DBAN updates, then go to
  45. http://freshmeat.net/subscribe/31200/ and subscribe to new releases.
  46.  
  47.  
  48. Contact
  49. -------
  50.  
  51. Darik Horn <dajhorn-dban@vanadac.com>
  52. http://dban.sourceforge.net/
  53.  
  54. All e-mail messages must have "DBAN" in the subject line.  Messages without
  55. "DBAN" in the subject line will be blocked by my spam filter.
  56.  
  57. Please attach the DBAN log file, if possible, when sending a bug report.
  58.  
  59.  
  60. PRNG Seeding 
  61. ------------
  62.  
  63. Seeding the PRNG is optional.  It is not required for DBAN to work properly.
  64.  
  65. Darik's Boot and Nuke can load prng seeds from a floppy disk to improve the
  66. quality of its wipe. DBAN will check A:\DBANSEED for seed files when it starts.
  67. Seed files must be exactly 512 bytes in size, but they can have any name.
  68.  
  69. (The acronym "prng" stands for "pseudo random number generator".)
  70.  
  71. The system entropy pool will be very small when DBAN begins to wipe hard disks,
  72. so it is important to seed the prng whenever possible.
  73.  
  74. If you are using a unix system, then run this command to make seed files:
  75.  
  76. # dd if=/dev/urandom of=MySeedFile bs=512 count=1
  77.  
  78. If /dev/urandom does not exist on your computer, then try /dev/random instead.
  79.  
  80. If this command produces files that are smaller than 512 bytes, then your
  81. system entropy pool has been exhausted.  Your system will replenish its entropy
  82. pool over time.
  83.  
  84. If you are using a Microsoft Windows system, then you will need 3rd party
  85. software to make seed files. Consider using the Cygwin unix compatibility layer
  86. for Microsoft Windows.  The Cygwin bash prompt can run the unix command given
  87. above.  Download Cygwin from http://www.cygwin.com/.
  88.  
  89.  
  90. Logging
  91. -------
  92.  
  93. Darik's Boot and Nuke will attempt to write a log file to A:\DBANLOG after it
  94. wipes the hard disks in a computer.  Log files are in the tarball format.  The
  95. average log file will be 5 kilobytes in size, which means that about 30 log
  96. files can fit onto the DBAN floppy itself.
  97.  
  98. If you are using a unix system, then use this command to unpack the tarball:
  99.  
  100. # tar -xzvf dban0000.tgz
  101.  
  102. If you are using a Microsoft Windows system, then use WinZip or WinRAR to
  103. unpack the TGZ file.  Also note that Notepad will not display the text files in
  104. the tarball properly, so use Wordpad instead.  (Click Start, click Run, enter
  105. "write" into the box, click OK.)
  106.  
  107.  
  108. Legal
  109. -----
  110.  
  111. This software is provided without any warranty; without even the implied
  112. warranty of merchantability or fitness for a particular purpose.  In no
  113. event shall the software authors or contributors be liable for any damages
  114. arising from the use of this software. This software is provided "as is".
  115.  
  116. All DBAN components are subject to copyright.  Please see the 'licenses' folder
  117. within the DBAN distribution package for additional information.
  118.  
  119.  
  120. EOF
  121.